object EditCriteriaDlg: TEditCriteriaDlg Left = 409 Top = 232 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog ClientHeight = 161 ClientWidth = 433 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 168 Top = 13 Width = 257 Height = 115 Shape = bsFrame end object OKBtn: TButton Left = 272 Top = 134 Width = 73 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKBtnClick end object CancelBtn: TButton Left = 352 Top = 134 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 3 end object PickCategory: TRadioGroup Left = 8 Top = 8 Width = 145 Height = 121 HelpContext = 4001 Caption = 'Cat'#233'gorie' ItemIndex = 0 Items.Strings = ( 'D'#233'limit'#233 'Expression R'#233'guli'#232're' 'Colonnes' 'Ent'#234'tes de page') TabOrder = 0 OnClick = PickCategoryClick end object PageControl: TPageControl Left = 172 Top = 16 Width = 249 Height = 109 ActivePage = tsDelimited MultiLine = True Style = tsButtons TabOrder = 1 object tsDelimited: TTabSheet ImageIndex = 2 TabVisible = False object Label2: TLabel Left = 40 Top = 4 Width = 73 Height = 13 Alignment = taRightJustify Caption = 'Commen'#231'ant par :' end object Label3: TLabel Left = 33 Top = 28 Width = 80 Height = 13 Alignment = taRightJustify Caption = 'et finissant avec :' end object Label8: TLabel Left = 26 Top = 51 Width = 87 Height = 13 Alignment = taRightJustify Caption = 'Caract. d'#39#233'chapp.' end object StartEdit: TEdit Left = 120 Top = 0 Width = 113 Height = 21 HelpContext = 4101 TabOrder = 0 OnChange = EnableControls end object StopEdit: TEdit Left = 120 Top = 24 Width = 113 Height = 21 HelpContext = 4102 TabOrder = 1 OnChange = EnableControls end object SingleLineEdit: TBCCheckBox Left = 0 Top = 76 Width = 127 Height = 17 HelpContext = 4103 Caption = 'Stop en fin de ligne' TabOrder = 2 OnClick = EnableControls end object EscEdit: TEdit Left = 120 Top = 48 Width = 33 Height = 21 HelpContext = 4104 MaxLength = 1 TabOrder = 3 OnChange = EnableControls end end object tsRegExp: TTabSheet ImageIndex = 3 TabVisible = False object Label5: TLabel Left = 8 Top = 8 Width = 96 Height = 13 Caption = 'Expression r'#233'guli'#232're :' end object ExpressionEdit: TEdit Left = 8 Top = 24 Width = 225 Height = 21 HelpContext = 4201 TabOrder = 0 OnChange = EnableControls end object HelpBtn: TButton Left = 8 Top = 64 Width = 105 Height = 23 HelpContext = 10 Caption = 'Exemples d'#39'ER' TabOrder = 1 OnClick = HelpBtnClick end end object tsColumns: TTabSheet ImageIndex = 4 TabVisible = False object Label1: TLabel Left = 48 Top = 12 Width = 64 Height = 13 Alignment = taRightJustify Caption = 'Colonne de d'#233'but :' end object Label4: TLabel Left = 50 Top = 44 Width = 62 Height = 13 Alignment = taRightJustify Caption = 'Colonne de fin :' end object StartColEdit: TEdit Left = 120 Top = 8 Width = 49 Height = 21 HelpContext = 4301 TabOrder = 0 OnChange = EnableControls end object StopColEdit: TEdit Left = 120 Top = 40 Width = 49 Height = 21 HelpContext = 4302 TabOrder = 1 OnChange = EnableControls end object ColStopAtEndEdit: TBCCheckBox Left = 0 Top = 68 Width = 127 Height = 17 HelpContext = 4103 Caption = 'Stop en fin de ligne' TabOrder = 2 OnClick = EnableControls end end object tsPageHeadings: TTabSheet ImageIndex = 3 TabVisible = False object Label7: TLabel Left = 48 Top = 12 Width = 119 Height = 13 Caption = 'lignes au d'#233'but de chaque page' end object LinesAtTopEdit: TEdit Left = 8 Top = 8 Width = 33 Height = 21 HelpContext = 4401 TabOrder = 0 OnChange = EnableControls end end end end